Frame: Explain the .flat style class
authorDaniel Boles <dboles@src.gnome.org>
Sun, 19 Feb 2017 17:17:58 +0000 (17:17 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Sun, 19 Feb 2017 17:19:08 +0000 (17:19 +0000)
gtk/gtkframe.c

index 85f61f8003d605ed23a73814dcb667c1ee2eb3ea..3b3ba300d3537dac24d8339ffb9ac283497a2a50 100644 (file)
@@ -78,8 +78,8 @@
  * ╰── <child>
  * ]|
  *
- * GtkFrame has a main CSS node with name frame.
- * The style class .flat can appear with the main node.
+ * GtkFrame has a main CSS node with name frame. This node can be given the
+ * style class .flat, which disables drawing of the border.
  */
 
 struct _GtkFramePrivate